home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMOPTIMIZER / TFRMOPTIMIZER.txt
Text File  |  2006-04-19  |  25KB  |  986 lines

  1. object FrmOptimizer: TFrmOptimizer
  2.   Left = 218
  3.   Top = 140
  4.   ClientHeight = 441
  5.   ClientWidth = 632
  6.   Color = clBtnFace
  7.   Constraints.MinWidth = 632
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel: TPanel
  21.     Left = 0
  22.     Top = 190
  23.     Width = 632
  24.     Height = 251
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     DesignSize = (
  29.       632
  30.       251)
  31.     object pcOptimization: TcxPageControl
  32.       Left = 5
  33.       Top = 5
  34.       Width = 519
  35.       Height = 221
  36.       ActivePage = tsCompression
  37.       Anchors = [akLeft, akTop, akRight, akBottom]
  38.       LookAndFeel.NativeStyle = True
  39.       TabOrder = 0
  40.       TabPosition = tpBottom
  41.       OnChange = pcOptimizationChange
  42.       ClientRectBottom = 197
  43.       ClientRectLeft = 2
  44.       ClientRectRight = 515
  45.       ClientRectTop = 2
  46.       object tsCompression: TcxTabSheet
  47.         Caption = 'Compression'
  48.         object lblStartWith: TLabel
  49.           Left = 275
  50.           Top = 52
  51.           Width = 47
  52.           Height = 13
  53.           Caption = 'Start with:'
  54.         end
  55.         object lblEndWith: TLabel
  56.           Left = 275
  57.           Top = 77
  58.           Width = 44
  59.           Height = 13
  60.           Caption = 'End with:'
  61.         end
  62.         object cbxStripCR: TCheckBox
  63.           Left = 8
  64.           Top = 6
  65.           Width = 257
  66.           Height = 17
  67.           Caption = 'Strip Carriage Returns (#10 and #13)'
  68.           TabOrder = 0
  69.           OnClick = cbxStripCRClick
  70.         end
  71.         object rbAllCR: TRadioButton
  72.           Left = 24
  73.           Top = 24
  74.           Width = 233
  75.           Height = 17
  76.           Caption = 'All Carriage Returns'
  77.           Checked = True
  78.           TabOrder = 1
  79.           TabStop = True
  80.         end
  81.         object rbExtraCR: TRadioButton
  82.           Left = 24
  83.           Top = 42
  84.           Width = 233
  85.           Height = 17
  86.           Caption = 'Extra Carriage Returns (more than 1)'
  87.           TabOrder = 2
  88.         end
  89.         object cbxStripTabs: TCheckBox
  90.           Left = 8
  91.           Top = 60
  92.           Width = 228
  93.           Height = 17
  94.           Caption = 'Strip Tabs'
  95.           TabOrder = 3
  96.         end
  97.         object cbxStripHTMLComments: TCheckBox
  98.           Left = 8
  99.           Top = 137
  100.           Width = 240
  101.           Height = 17
  102.           Caption = 'Strip HTML Comments'
  103.           Checked = True
  104.           State = cbChecked
  105.           TabOrder = 5
  106.         end
  107.         object cbxCustomRemove: TCheckBox
  108.           Left = 275
  109.           Top = 6
  110.           Width = 240
  111.           Height = 17
  112.           Caption = 'Custom Remove'
  113.           TabOrder = 8
  114.           OnClick = cbxCustomRemoveClick
  115.         end
  116.         object cmbStartWith: TComboBox
  117.           Left = 360
  118.           Top = 49
  119.           Width = 143
  120.           Height = 21
  121.           ItemHeight = 13
  122.           TabOrder = 9
  123.         end
  124.         object cmbEndWith: TComboBox
  125.           Left = 360
  126.           Top = 75
  127.           Width = 143
  128.           Height = 21
  129.           ItemHeight = 13
  130.           TabOrder = 10
  131.         end
  132.         object cbxStripExtraSpaces: TCheckBox
  133.           Left = 8
  134.           Top = 80
  135.           Width = 233
  136.           Height = 17
  137.           Caption = 'Strip Extra Spaces'
  138.           Checked = True
  139.           State = cbChecked
  140.           TabOrder = 4
  141.         end
  142.         object cbxStripScriptComments: TCheckBox
  143.           Left = 8
  144.           Top = 158
  145.           Width = 240
  146.           Height = 17
  147.           Caption = 'Strip Script Comments'
  148.           Enabled = False
  149.           TabOrder = 6
  150.         end
  151.         object cbxSkipTagCompress: TCheckBox
  152.           Left = 275
  153.           Top = 158
  154.           Width = 233
  155.           Height = 17
  156.           Caption = 'cbxSkipTagCompress'
  157.           Checked = True
  158.           State = cbChecked
  159.           TabOrder = 13
  160.           OnClick = cbxSkipTagCompressClick
  161.         end
  162.         object cbxStripHTMLTags: TCheckBox
  163.           Left = 8
  164.           Top = 178
  165.           Width = 241
  166.           Height = 17
  167.           Caption = 'cbxStripHTMLTags'
  168.           TabOrder = 7
  169.         end
  170.         object cbxSkipHTMLTagsCompress: TCheckBox
  171.           Left = 275
  172.           Top = 116
  173.           Width = 241
  174.           Height = 17
  175.           Caption = 'cbxSkipHTMLTags'
  176.           TabOrder = 11
  177.         end
  178.         object cbxSkipScriptCompress: TCheckBox
  179.           Left = 275
  180.           Top = 137
  181.           Width = 229
  182.           Height = 17
  183.           Caption = 'cbxSkipScriptCompress'
  184.           Checked = True
  185.           State = cbChecked
  186.           TabOrder = 12
  187.           OnClick = cbxSkipTagCompressClick
  188.         end
  189.         object cbxSkipStringsCompress: TCheckBox
  190.           Left = 290
  191.           Top = 178
  192.           Width = 216
  193.           Height = 17
  194.           Caption = 'cbxSkipStringsCompress'
  195.           Checked = True
  196.           Enabled = False
  197.           State = cbChecked
  198.           TabOrder = 14
  199.         end
  200.         object cbxStripAllExtraSpaces: TCheckBox
  201.           Left = 8
  202.           Top = 100
  203.           Width = 238
  204.           Height = 17
  205.           Caption = 'cbxStripAllExtraSpaces'
  206.           TabOrder = 15
  207.           OnClick = cbxStripAllExtraSpacesClick
  208.         end
  209.         object cbxCaseSensitive: TCheckBox
  210.           Left = 275
  211.           Top = 26
  212.           Width = 226
  213.           Height = 17
  214.           Caption = 'cbxCaseSensitive'
  215.           TabOrder = 16
  216.         end
  217.       end
  218.       object tsBeautify: TcxTabSheet
  219.         Caption = 'Beautify'
  220.         ImageIndex = 1
  221.         object lblTabs: TLabel
  222.           Left = 24
  223.           Top = 136
  224.           Width = 51
  225.           Height = 13
  226.           Caption = '&Tab value:'
  227.           FocusControl = edTabs
  228.         end
  229.         object cbxWrapScripts: TCheckBox
  230.           Left = 292
  231.           Top = 40
  232.           Width = 213
  233.           Height = 17
  234.           Caption = 'Wrap Scripts'
  235.           TabOrder = 12
  236.         end
  237.         object cbxConvertToXHTML: TCheckBox
  238.           Left = 273
  239.           Top = 16
  240.           Width = 232
  241.           Height = 17
  242.           Caption = 'Convert HTML to XTML'
  243.           TabOrder = 11
  244.           OnClick = cbxConvertToXHTMLClick
  245.         end
  246.         object cbxUseSpaces: TCheckBox
  247.           Left = 24
  248.           Top = 112
  249.           Width = 145
  250.           Height = 17
  251.           Caption = 'Use Spaces'
  252.           Checked = True
  253.           State = cbChecked
  254.           TabOrder = 8
  255.           OnClick = cbxUseSpacesClick
  256.         end
  257.         object edTabs: TEdit
  258.           Left = 197
  259.           Top = 132
  260.           Width = 26
  261.           Height = 21
  262.           TabOrder = 9
  263.           Text = '4'
  264.           OnChange = edTabsChange
  265.           OnKeyPress = FilterDigits
  266.         end
  267.         object udTabs: TUpDown
  268.           Left = 223
  269.           Top = 132
  270.           Width = 15
  271.           Height = 21
  272.           Associate = edTabs
  273.           Min = 1
  274.           Position = 4
  275.           TabOrder = 10
  276.         end
  277.         object cbxAlignWithTabs: TCheckBox
  278.           Left = 8
  279.           Top = 88
  280.           Width = 201
  281.           Height = 17
  282.           Caption = 'Align Code with Tabs'
  283.           TabOrder = 7
  284.           OnClick = cbxAlignWithTabsClick
  285.         end
  286.         object cbxStripSpacesAfterEOL: TCheckBox
  287.           Left = 8
  288.           Top = 64
  289.           Width = 233
  290.           Height = 17
  291.           Caption = 'Strip Spaces after EOL'
  292.           Checked = True
  293.           State = cbChecked
  294.           TabOrder = 6
  295.         end
  296.         object cbxStripMoreSpaces: TCheckBox
  297.           Left = 8
  298.           Top = 40
  299.           Width = 177
  300.           Height = 17
  301.           Caption = 'Strip Spaces more than:'
  302.           Checked = True
  303.           State = cbChecked
  304.           TabOrder = 3
  305.           OnClick = cbxStripMoreSpacesClick
  306.           OnKeyPress = FilterDigits
  307.         end
  308.         object cbxStripMoreCR: TCheckBox
  309.           Left = 8
  310.           Top = 16
  311.           Width = 177
  312.           Height = 17
  313.           Caption = 'Strip Carriage Returns more than:'
  314.           Checked = True
  315.           State = cbChecked
  316.           TabOrder = 0
  317.           OnClick = cbxStripMoreCRClick
  318.           OnKeyPress = FilterDigits
  319.         end
  320.         object edMoreCR: TEdit
  321.           Left = 198
  322.           Top = 14
  323.           Width = 24
  324.           Height = 21
  325.           TabOrder = 1
  326.           Text = '1'
  327.           OnChange = edMoreCRChange
  328.         end
  329.         object edMoreSpaces: TEdit
  330.           Left = 197
  331.           Top = 39
  332.           Width = 26
  333.           Height = 21
  334.           TabOrder = 4
  335.           Text = '1'
  336.           OnChange = edMoreSpacesChange
  337.         end
  338.         object udSpaces: TUpDown
  339.           Left = 223
  340.           Top = 39
  341.           Width = 15
  342.           Height = 21
  343.           Associate = edMoreSpaces
  344.           Min = 1
  345.           Max = 1000
  346.           Position = 1
  347.           TabOrder = 5
  348.         end
  349.         object udCR: TUpDown
  350.           Left = 222
  351.           Top = 14
  352.           Width = 15
  353.           Height = 21
  354.           Associate = edMoreCR
  355.           Min = 1
  356.           Max = 1000
  357.           Position = 1
  358.           TabOrder = 2
  359.         end
  360.         object cbxSkipTagBeauty: TCheckBox
  361.           Left = 292
  362.           Top = 64
  363.           Width = 200
  364.           Height = 17
  365.           Caption = 'cbxSkipTagBeauty'
  366.           Checked = True
  367.           State = cbChecked
  368.           TabOrder = 13
  369.           Visible = False
  370.           OnClick = cbxConvertToXHTMLClick
  371.         end
  372.         object cbxLowerCaseTags: TCheckBox
  373.           Left = 273
  374.           Top = 88
  375.           Width = 232
  376.           Height = 17
  377.           Caption = 'cbxLowerCaseTags'
  378.           TabOrder = 14
  379.         end
  380.         object cbxLowerCaseAttributes: TCheckBox
  381.           Left = 273
  382.           Top = 112
  383.           Width = 232
  384.           Height = 17
  385.           Caption = 'cbxLowerCaseAttributes'
  386.           TabOrder = 15
  387.         end
  388.         object cbxQuotedValues: TCheckBox
  389.           Left = 273
  390.           Top = 136
  391.           Width = 232
  392.           Height = 17
  393.           Caption = 'cbxQuotedValues'
  394.           TabOrder = 16
  395.         end
  396.       end
  397.       object tsConversion: TcxTabSheet
  398.         Caption = 'tsConversion'
  399.         ImageIndex = 2
  400.         object RadioConvert: TRadioGroup
  401.           Left = 8
  402.           Top = 16
  403.           Width = 234
  404.           Height = 65
  405.           HelpContext = 1225
  406.           Items.Strings = (
  407.             '1'
  408.             '2')
  409.           TabOrder = 0
  410.           OnClick = RadioConvertClick
  411.         end
  412.         object cbunicode: TCheckBox
  413.           Left = 8
  414.           Top = 84
  415.           Width = 233
  416.           Height = 17
  417.           HelpContext = 698
  418.           Caption = 'cbunicode'
  419.           TabOrder = 1
  420.         end
  421.         object cbxDontConvertAlphabet: TCheckBox
  422.           Left = 8
  423.           Top = 105
  424.           Width = 236
  425.           Height = 17
  426.           Caption = 'cbxDontConvertAlphabet'
  427.           Checked = True
  428.           State = cbChecked
  429.           TabOrder = 2
  430.         end
  431.         object cbxSkipHTMLTagsConv: TCheckBox
  432.           Left = 272
  433.           Top = 101
  434.           Width = 241
  435.           Height = 17
  436.           Caption = 'cbxSkipHTMLTagsConv'
  437.           TabOrder = 3
  438.         end
  439.         object cbxSkipScriptConv: TCheckBox
  440.           Left = 272
  441.           Top = 122
  442.           Width = 229
  443.           Height = 17
  444.           Caption = 'cbxSkipScriptConv'
  445.           Checked = True
  446.           State = cbChecked
  447.           TabOrder = 4
  448.           OnClick = cbxSkipTagCompressClick
  449.         end
  450.         object cbxSkipTagConv: TCheckBox
  451.           Left = 272
  452.           Top = 143
  453.           Width = 233
  454.           Height = 17
  455.           Caption = 'cbxSkipTagConv'
  456.           Checked = True
  457.           State = cbChecked
  458.           TabOrder = 5
  459.           OnClick = cbxSkipTagConvClick
  460.         end
  461.         object cbxSkipStringsConv: TCheckBox
  462.           Left = 290
  463.           Top = 163
  464.           Width = 216
  465.           Height = 17
  466.           Caption = 'cbxSkipStringsConv'
  467.           Checked = True
  468.           Enabled = False
  469.           State = cbChecked
  470.           TabOrder = 6
  471.         end
  472.       end
  473.       object tsFileConversion: TcxTabSheet
  474.         Caption = 'tsFileConversion'
  475.         ImageIndex = 3
  476.         object lblAttr: TLabel
  477.           Left = 303
  478.           Top = 58
  479.           Width = 92
  480.           Height = 13
  481.           Caption = 'Attributes to check:'
  482.           FocusControl = lbxAttr
  483.         end
  484.         object lbxAttr: TListBox
  485.           Left = 303
  486.           Top = 72
  487.           Width = 113
  488.           Height = 80
  489.           ItemHeight = 13
  490.           Items.Strings = (
  491.             'href'
  492.             'src')
  493.           TabOrder = 1
  494.           OnClick = lbxAttrClick
  495.         end
  496.         object BtnAddAttribute: TButton
  497.           Left = 424
  498.           Top = 72
  499.           Width = 67
  500.           Height = 22
  501.           Caption = 'Add'
  502.           TabOrder = 2
  503.           OnClick = BtnAddAttributeClick
  504.         end
  505.         object btnRemove: TButton
  506.           Left = 424
  507.           Top = 100
  508.           Width = 67
  509.           Height = 22
  510.           Caption = 'Remove'
  511.           TabOrder = 3
  512.           OnClick = btnRemoveClick
  513.         end
  514.         object btnRestore: TButton
  515.           Left = 424
  516.           Top = 128
  517.           Width = 67
  518.           Height = 22
  519.           Caption = 'Restore'
  520.           TabOrder = 4
  521.           OnClick = btnRestoreClick
  522.         end
  523.         object rgConversionSlash: TRadioGroup
  524.           Left = 8
  525.           Top = 97
  526.           Width = 257
  527.           Height = 82
  528.           Items.Strings = (
  529.             '1'
  530.             '2'
  531.             '3')
  532.           TabOrder = 0
  533.         end
  534.         object cbxApplyToFile: TCheckBox
  535.           Left = 303
  536.           Top = 154
  537.           Width = 186
  538.           Height = 17
  539.           Caption = 'cbxApplyToFile'
  540.           TabOrder = 5
  541.         end
  542.         object RBFileNameCaseConvert: TRadioGroup
  543.           Left = 8
  544.           Top = 8
  545.           Width = 257
  546.           Height = 82
  547.           Caption = 'RBFileNameCaseConvert'
  548.           TabOrder = 6
  549.           OnClick = RBFileNameCaseConvertClick
  550.         end
  551.       end
  552.     end
  553.     object Panel1: TPanel
  554.       Left = 525
  555.       Top = 0
  556.       Width = 107
  557.       Height = 231
  558.       Align = alRight
  559.       BevelOuter = bvNone
  560.       TabOrder = 1
  561.       object BtnStart: TButton
  562.         Left = 8
  563.         Top = 9
  564.         Width = 92
  565.         Height = 25
  566.         Caption = 'Optimize'
  567.         TabOrder = 0
  568.         OnClick = BtnStartClick
  569.       end
  570.       object BtnOk: TButton
  571.         Left = 8
  572.         Top = 143
  573.         Width = 92
  574.         Height = 25
  575.         Cancel = True
  576.         Default = True
  577.         TabOrder = 2
  578.         OnClick = BtnOkClick
  579.       end
  580.       object BtnHelp: TButton
  581.         Left = 8
  582.         Top = 171
  583.         Width = 92
  584.         Height = 25
  585.         TabOrder = 3
  586.         OnClick = BtnHelpClick
  587.       end
  588.       object BtnStop: TButton
  589.         Left = 8
  590.         Top = 37
  591.         Width = 92
  592.         Height = 25
  593.         TabOrder = 1
  594.         OnClick = BtnStopClick
  595.       end
  596.     end
  597.     object statusBar: TdxStatusBar
  598.       Left = 0
  599.       Top = 231
  600.       Width = 632
  601.       Height = 20
  602.       Panels = <
  603.         item
  604.           PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
  605.           Width = 200
  606.         end
  607.         item
  608.           PanelStyleClassName = 'TdxStatusBarContainerPanelStyle'
  609.           PanelStyle.Container = dxStatusBar1Container1
  610.           Width = 300
  611.         end>
  612.       PaintStyle = stpsUseLookAndFeel
  613.       LookAndFeel.Kind = lfStandard
  614.       LookAndFeel.NativeStyle = True
  615.       Font.Charset = DEFAULT_CHARSET
  616.       Font.Color = clWindowText
  617.       Font.Height = -11
  618.       Font.Name = 'MS Shell Dlg 2'
  619.       Font.Style = []
  620.       object dxStatusBar1Container1: TdxStatusBarContainerControl
  621.         Left = 205
  622.         Top = 2
  623.         Width = 411
  624.         Height = 18
  625.         object PgsBar: TcxProgressBar
  626.           Left = 0
  627.           Top = 0
  628.           Align = alClient
  629.           AutoSize = False
  630.           ParentFont = False
  631.           Properties.BarStyle = cxbsLEDs
  632.           Properties.ShowText = False
  633.           Properties.ShowTextStyle = cxtsPosition
  634.           Style.LookAndFeel.Kind = lfStandard
  635.           Style.LookAndFeel.NativeStyle = True
  636.           StyleDisabled.LookAndFeel.Kind = lfStandard
  637.           StyleDisabled.LookAndFeel.NativeStyle = True
  638.           StyleFocused.LookAndFeel.Kind = lfStandard
  639.           StyleFocused.LookAndFeel.NativeStyle = True
  640.           StyleHot.LookAndFeel.Kind = lfStandard
  641.           StyleHot.LookAndFeel.NativeStyle = True
  642.           TabOrder = 0
  643.           Visible = False
  644.           ExplicitWidth = 427
  645.           Height = 18
  646.           Width = 411
  647.         end
  648.       end
  649.     end
  650.   end
  651.   object pcType: TcxPageControl
  652.     Left = 0
  653.     Top = 0
  654.     Width = 632
  655.     Height = 190
  656.     ActivePage = tsDocument
  657.     Align = alClient
  658.     Style = 3
  659.     TabOrder = 1
  660.     ClientRectBottom = 190
  661.     ClientRectRight = 632
  662.     ClientRectTop = 23
  663.     object tsDocument: TcxTabSheet
  664.       Caption = 'tsDocument'
  665.       object SynMemo: TSyntaxMemo
  666.         Left = 5
  667.         Top = 0
  668.         Width = 518
  669.         Height = 167
  670.         ClipCopyFormats = [smTEXT, smRTF]
  671.         Font.Charset = ANSI_CHARSET
  672.         Font.Color = clWindowText
  673.         Font.Height = -13
  674.         Font.Name = 'Courier New'
  675.         Font.Style = []
  676.         GutterFont.Charset = DEFAULT_CHARSET
  677.         GutterFont.Color = clWindowText
  678.         GutterFont.Height = -11
  679.         GutterFont.Name = 'MS Sans Serif'
  680.         GutterFont.Style = []
  681.         HyperCursor = crDefault
  682.         IndentStep = 1
  683.         Margin = 2
  684.         Modified = False
  685.         MonoPrint = True
  686.         Options = [smoSyntaxHighlight, smoPrintWrap, smoPrintLineNos, smoPrintFilename, smoPrintDate, smoPrintPageNos, smoAutoIndent, smoTabToColumn, smoWordSelect, smoShowRMargin, smoShowGutter, smoShowWrapColumn, smoTitleAsFilename, smoProcessDroppedFiles, smoBlockOverwriteCursor, smoShowWrapGlyph, smoColumnTrack, smoUseTAB, smoSmartFill, smoOLEDragSource]
  687.         PopupMenu = PopupMenu
  688.         ReadOnly = False
  689.         RightMargin = 80
  690.         SaveFormat = sfTEXT
  691.         ScrollBars = ssBoth
  692.         SelLineStyle = lsCRLF
  693.         SelStart = 0
  694.         SelLength = 0
  695.         SelTextColor = clWhite
  696.         SelTextBack = clNavy
  697.         TabDefault = 4
  698.         TabOrder = 0
  699.         Version = '3.00.39'
  700.         VisiblePropEdPages = [ppOPTIONS, ppHIGHLIGHTING, ppKEYS, ppAUTOCORRECT, ppTEMPLATES]
  701.         WrapAtColumn = 2048
  702.         CanMoveGutter = False
  703.         OnEnter = SynMemoEnter
  704.         OnExit = SynMemoExit
  705.         ActiveParser = 1
  706.       end
  707.       object Panel2: TPanel
  708.         Left = 523
  709.         Top = 0
  710.         Width = 109
  711.         Height = 167
  712.         Align = alRight
  713.         BevelOuter = bvNone
  714.         TabOrder = 1
  715.         object lblCurrentDoc: TLabel
  716.           Left = 26
  717.           Top = 106
  718.           Width = 79
  719.           Height = 54
  720.           AutoSize = False
  721.           Caption = 'Appliquer au Document courant ouvert'
  722.           FocusControl = cbCurrentDoc
  723.           WordWrap = True
  724.           OnClick = lblCurrentDocClick
  725.         end
  726.         object btnOpen: TButton
  727.           Left = 8
  728.           Top = 1
  729.           Width = 92
  730.           Height = 25
  731.           Caption = 'Open'
  732.           TabOrder = 0
  733.           OnClick = btnOpenClick
  734.         end
  735.         object btnSave: TButton
  736.           Left = 8
  737.           Top = 33
  738.           Width = 92
  739.           Height = 25
  740.           Caption = 'Save'
  741.           TabOrder = 1
  742.           OnClick = btnSaveClick
  743.         end
  744.         object cbCurrentDoc: TCheckBox
  745.           Left = 8
  746.           Top = 104
  747.           Width = 17
  748.           Height = 17
  749.           TabOrder = 2
  750.           OnClick = cbCurrentDocClick
  751.         end
  752.       end
  753.     end
  754.     object tsOptions: TcxTabSheet
  755.       Caption = 'tsOptions'
  756.       ImageIndex = 1
  757.       object GroupFiles: TGroupBox
  758.         Left = 273
  759.         Top = 10
  760.         Width = 246
  761.         Height = 148
  762.         TabOrder = 0
  763.         Visible = False
  764.         object lblListeFichiers: TLabel
  765.           Left = 8
  766.           Top = 21
  767.           Width = 3
  768.           Height = 13
  769.         end
  770.         object ListFiles: TListBox
  771.           Left = 8
  772.           Top = 18
  773.           Width = 230
  774.           Height = 99
  775.           HelpContext = 1191
  776.           ItemHeight = 13
  777.           TabOrder = 0
  778.         end
  779.         object BtnAdd: TButton
  780.           Left = 15
  781.           Top = 122
  782.           Width = 68
  783.           Height = 20
  784.           HelpContext = 1070
  785.           TabOrder = 1
  786.           OnClick = BtnAddClick
  787.         end
  788.         object BtnDelete: TButton
  789.           Left = 89
  790.           Top = 122
  791.           Width = 68
  792.           Height = 20
  793.           HelpContext = 1071
  794.           Enabled = False
  795.           TabOrder = 2
  796.           OnClick = BtnDeleteClick
  797.         end
  798.         object BtnClear: TButton
  799.           Left = 163
  800.           Top = 122
  801.           Width = 68
  802.           Height = 20
  803.           HelpContext = 1072
  804.           Enabled = False
  805.           TabOrder = 3
  806.           OnClick = BtnClearClick
  807.         end
  808.       end
  809.       object grpboxDirOptions: TGroupBox
  810.         Left = 273
  811.         Top = 10
  812.         Width = 247
  813.         Height = 148
  814.         TabOrder = 1
  815.         object lblFileMasks: TLabel
  816.           Left = 8
  817.           Top = 85
  818.           Width = 3
  819.           Height = 13
  820.         end
  821.         object lblSearchDir: TLabel
  822.           Left = 8
  823.           Top = 20
  824.           Width = 3
  825.           Height = 13
  826.         end
  827.         object comboFileMasks: TComboBox
  828.           Left = 8
  829.           Top = 99
  830.           Width = 201
  831.           Height = 21
  832.           HelpContext = 911
  833.           ItemHeight = 13
  834.           TabOrder = 3
  835.           Items.Strings = (
  836.             '1'
  837.             '2'
  838.             '3'
  839.             '4'
  840.             '5'
  841.             '6')
  842.         end
  843.         object chkboxSubDir: TCheckBox
  844.           Left = 16
  845.           Top = 59
  846.           Width = 207
  847.           Height = 17
  848.           HelpContext = 912
  849.           TabOrder = 2
  850.         end
  851.         object comboDir: TComboBox
  852.           Left = 8
  853.           Top = 35
  854.           Width = 201
  855.           Height = 21
  856.           HelpContext = 910
  857.           ItemHeight = 13
  858.           TabOrder = 0
  859.         end
  860.         object btnBrowse: TBitBtn
  861.           Left = 217
  862.           Top = 35
  863.           Width = 23
  864.           Height = 21
  865.           HelpContext = 910
  866.           TabOrder = 1
  867.           OnClick = btnBrowseClick
  868.         end
  869.       end
  870.       object GroupBoxWhere: TGroupBox
  871.         Left = 8
  872.         Top = 69
  873.         Width = 255
  874.         Height = 89
  875.         TabOrder = 2
  876.         object RadioProject: TRadioButton
  877.           Left = 8
  878.           Top = 29
  879.           Width = 220
  880.           Height = 17
  881.           HelpContext = 908
  882.           Enabled = False
  883.           TabOrder = 1
  884.           OnClick = RadioFilesClick
  885.         end
  886.         object RadioSpecified: TRadioButton
  887.           Left = 8
  888.           Top = 44
  889.           Width = 220
  890.           Height = 17
  891.           HelpContext = 909
  892.           Checked = True
  893.           TabOrder = 2
  894.           TabStop = True
  895.           OnClick = RadioFilesClick
  896.         end
  897.         object RadioFiles: TRadioButton
  898.           Left = 8
  899.           Top = 14
  900.           Width = 220
  901.           Height = 17
  902.           HelpContext = 907
  903.           TabOrder = 0
  904.           OnClick = RadioFilesClick
  905.         end
  906.         object RadioAllOpen: TRadioButton
  907.           Left = 8
  908.           Top = 59
  909.           Width = 220
  910.           Height = 17
  911.           TabOrder = 3
  912.           OnClick = RadioFilesClick
  913.         end
  914.       end
  915.       object gbOptions: TGroupBox
  916.         Left = 8
  917.         Top = 10
  918.         Width = 255
  919.         Height = 54
  920.         TabOrder = 3
  921.         object chkboxBackup: TCheckBox
  922.           Left = 8
  923.           Top = 14
  924.           Width = 220
  925.           Height = 17
  926.           HelpContext = 1210
  927.           TabOrder = 0
  928.         end
  929.         object cbApplyOpenFiles: TCheckBox
  930.           Left = 8
  931.           Top = 31
  932.           Width = 220
  933.           Height = 17
  934.           Checked = True
  935.           State = cbChecked
  936.           TabOrder = 1
  937.         end
  938.       end
  939.     end
  940.   end
  941.   object PopupMenu: TPopupMenu
  942.     Images = frmTop.ilmenu
  943.     Left = 548
  944.     Top = 92
  945.     object mnuUndo: TMenuItem
  946.       ImageIndex = 5
  947.       ShortCut = 16474
  948.       OnClick = mnuUndoClick
  949.     end
  950.     object mnuRedo: TMenuItem
  951.       ImageIndex = 6
  952.       ShortCut = 24666
  953.       OnClick = mnuRedoClick
  954.     end
  955.     object N1: TMenuItem
  956.       Caption = '-'
  957.     end
  958.     object mnuCut: TMenuItem
  959.       ImageIndex = 7
  960.       ShortCut = 16472
  961.       OnClick = mnuCutClick
  962.     end
  963.     object mnuCopy: TMenuItem
  964.       ImageIndex = 8
  965.       ShortCut = 16451
  966.       OnClick = mnuCopyClick
  967.     end
  968.     object mnuPaste: TMenuItem
  969.       ImageIndex = 9
  970.       ShortCut = 16470
  971.       OnClick = mnuPasteClick
  972.     end
  973.     object mnuDelete: TMenuItem
  974.       ShortCut = 16430
  975.       OnClick = mnuDeleteClick
  976.     end
  977.     object N2: TMenuItem
  978.       Caption = '-'
  979.     end
  980.     object mnuSelectAll: TMenuItem
  981.       ShortCut = 16449
  982.       OnClick = mnuSelectAllClick
  983.     end
  984.   end
  985. end
  986.